Skip to content

Conversation

@russcam
Copy link
Contributor

@russcam russcam commented Mar 20, 2019

This commit replaces the ReferenceLoopHandling property manipulation
in FieldsJsonConverter that is used to circumvent Json.NET's reference
loop detection when Fields contains only a single Field, with a direct
call to the serialization method on FieldJsonConverter for each Field.

Fixes #3617

russcam added 2 commits March 20, 2019 22:32
This commit replaces the ReferenceLoopHandling property manipulation
in FieldsJsonConverter that is used to circumvent Json.NET's reference
loop detection when Fields contains only a single Field, with a direct
call to the serialization method on FieldJsonConverter for each Field.

Fixes #3617
Copy link
Contributor

@codebrain codebrain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - makes sense to push this to the serialiser

@russcam russcam merged commit 7cd229e into 6.x Mar 21, 2019
@russcam russcam deleted the fix/3617 branch March 27, 2019 03:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants